home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / bin / gnome-app-install < prev    next >
Encoding:
Text File  |  2009-04-30  |  992 b   |  31 lines

  1. #!/usr/bin/python
  2.  
  3. # Copyright (C) 2004-2005 Ross Burton <ross@burtonini.com>
  4. #               2005-2007 Canonical
  5. #
  6. # Authors:
  7. #  Ross Burton
  8. #  Michael Vogt
  9. #  Sebastian Heinlein
  10. #  Ian Jackson
  11. #  Niran Babalola
  12. #
  13. # This program is free software; you can redistribute it and/or modify it under
  14. # the terms of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # This program is distributed in the hope that it will be useful, but WITHOUT
  19. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  20. # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
  21. # details.
  22. #
  23. # You should have received a copy of the GNU General Public License along with
  24. # this program; if not, write to the Free Software Foundation, Inc., 59 Temple
  25. # Place, Suite 330, Boston, MA 02111-1307 USA
  26.  
  27. from AppInstall.activation import main
  28.  
  29. if __name__ == "__main__":
  30.     main()
  31.